Avoid ccache and distcc for x86-64 compilation of ia32/syscall32.c
authorMichael.Fetterman@cl.cam.ac.uk <Michael.Fetterman@cl.cam.ac.uk>
Wed, 23 Nov 2005 13:55:08 +0000 (14:55 +0100)
committerMichael.Fetterman@cl.cam.ac.uk <Michael.Fetterman@cl.cam.ac.uk>
Wed, 23 Nov 2005 13:55:08 +0000 (14:55 +0100)
commit1de83cfc7be58cf400e38046aeed0df3a0efc2cf
treeb77f6749b47c05c08d89849c99c4894b4bd9fa79
parent39fcc013ef252b0bf2eecd63433da6ef232910e5
Avoid ccache and distcc for x86-64 compilation of ia32/syscall32.c

syscall32.c currently contains inline asm which has .incbin directives.
This defeats ccache's signature checks, and also breaks distcc.
Make sure neither ccache nor distcc compiles this file.

Signed-off-by: Michael.Fetterman@cl.cam.ac.uk
linux-2.6-xen-sparse/arch/xen/x86_64/ia32/Makefile